Update database to allow pathways to be soft deleted

FeaturesDatabase
MoSCoWMust
OwnerAmani
SizeM
Sprint6
StatusDone
  1. Update database to allow pathways to be soft deleted
    • Acceptance Criteria:
      • The database schema should be modified to support soft deletion of pathways.
      • A column called isActive will serve as the mechanism for marking pathways as "soft deleted" without permanently removing them from the database should be implemented.
      • Existing data should be retained and marked as soft deleted when applicable.